@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-bold-webfont.eot');
    src: url('montserrat-bold-webfont-1.eot') format('embedded-opentype'),
         url('montserrat-bold-webfont.woff2') format('woff2'),
         url('montserrat-bold-webfont.woff') format('woff'),
         url('montserrat-bold-webfont.ttf') format('truetype'),
         url('montserrat-bold-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-extrabold-webfont.eot');
    src: url('montserrat-extrabold-webfont-1.eot') format('embedded-opentype'),
         url('montserrat-extrabold-webfont.woff2') format('woff2'),
         url('montserrat-extrabold-webfont.woff') format('woff'),
         url('montserrat-extrabold-webfont.ttf') format('truetype'),
         url('montserrat-extrabold-webfont.svg') format('svg');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont-1.eot') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, h1, h2, h3, h4, h5, h6, p, li, div{ font-family: 'Montserrat', sans-serif; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; color: #26282f;}
.resize{
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 960px;
  padding: 0 20px;
}
.globalWrapper{
  width: 100%;
  overflow: hidden;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}
.social{
  text-align: center;
  margin-top: 25px;
}
.social a{
  text-align: center;
  margin: 0px 15px;
}

.social a img {
	width: 50px;
}
.cf:after,.cf:before {content: '';display: table;}
.cf:after {clear: both;}
.cf {zoom: 1;}
form input[type=text].error,
textarea.error{
  border-width: 1px !important;
  border-color: #dd2a1b !important;
  border-style: solid !important;
  color: red;
}
label.error{
  display: none !important;
}
 .popup input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder ,input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
 .popup input[type=email]::-moz-placeholder, textarea::-webkit-input-placeholder ,input[type=text]::-moz-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
 .popup input[type=email]:-moz-placeholder, textarea::-webkit-input-placeholder ,input[type=text]:-moz-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
 .popup input[type=email]:-ms-input-placeholder, textarea::-webkit-input-placeholder ,input[type=text]:-ms-input-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
textarea[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
textarea[type=text]::-moz-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
textarea[type=text]:-moz-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
textarea[type=text]:-ms-input-placeholder, textarea::-webkit-input-placeholder{
  color: #44525f;
}
textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
textarea::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
textarea:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
textarea:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
textarea:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
input::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
input:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
input:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #44525f;
}
input:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
.fll{
  float: left;
}
.flr{
  float: right;
}
*:focus {
  outline: none;
}
a{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
 .popup input[type=email],input[type=text], textarea , input[type=number], input[type=email]{
  line-height: 55px;
  text-indent: 20px;
  font-size: 14px;
  color: #191919;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid transparent;

  background-color: #fcfdfe;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  width: 348px;
  height: 55px;
  max-width: 100%;
}


textarea{
  resize: none;
  margin: 10px;
  width: 632px;
  height: 120px;
  line-height: 1.2;
  padding-top: 10px;
}

a:link,
a:visited{
  color: #21232b;

}
img{max-width: 100%;}
a.btn_all,
input[type=submit]{
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
  width: 289px;
  height: 57px;
  line-height: 57px;
  display: block;
  padding: 0;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f84c24;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.btn_all:hover,
input[type=submit]:hover{
  background: #ff7007;
}
a.btn_all:active,
input[type=submit]:active{

}
header{
  padding: 20px 0;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 1000;
}
header .container{
  position: relative;
}
header .btn_all{
  font-size: 11px;
  background: #35a0cd;
  width: 165px;
  margin: 0;
  height: 47px;
  line-height: 47px;
}
header a.btn_all:hover{
  background: #45bbed;
}
header .phone{
  font-size: 15px;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
}
header .phone:before{
  position: absolute;
  content: '';
  top: 7px;
  left: -37px;
  background: url(../img/call.png) center center no-repeat;
  width: 27px;
  height: 27px;
}

header ul li a{
  color: #21232b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
header ul{
  text-align: center;
}
header ul li{
  display: inline;
  display: inline-block;
  zoom: 1;
  text-transform: uppercase;
  margin: 0 10px;
  margin-top: 15px;
}
header ul li:nth-child(1){margin-left: 0;}
header ul li:nth-child(5){margin-right: 0;}
.globalWrapper>.first{
  background: url(../img/bg_1.jpg) center center no-repeat;
  padding: 80px 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 80px;
}
.first h1{
  font-weight: 900;
  font-size: 51px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #21232b;
}

.first ul li{
  margin-top: 5px;
}
.first ul li p{
  background: #fff;
  display: inline-block;
  clear: both;
  position: relative;
  padding-left: 65px;
  padding-right: 15px;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.first ul li p:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 53px;
  background: #35a0cd url(../img/check.png) center center no-repeat;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.first .buttons{
  margin-top: 30px;
}
.first a.btn_all{
  margin-right: 10px;
  margin-left: 0;
  float: left;
}
.first a.btn_all + a.btn_all{
  background: #fff url(../img/pdf.png) no-repeat;
  background-position: top 20px left 194px ;
  color: #21232b;
  width: 230px;
}
h2{
  font-size: 30px;
  font-weight: bold;
  color: #21232b;
  text-align: center;
  line-height: 1.3;
  margin-top: 80px;
  text-transform: uppercase;
}
#f1{
  padding-bottom: 80px;
}
.all_tabl{
  position: relative;
}
.all_tabl .cabel{
  background: url(../img/b2-1.png) center center no-repeat;
  position: absolute;
  width: 1940px;
  height: 480px;
  top: -91px;
  left: 50%;
  margin-left: -970px;
}
.table{
  margin-top: 50px;
  width: 1170px;
  position: relative;
}
.row_in_table{
  height: 60px;
  line-height: 1.2;
  position: relative;
}
/*.row_in_table:before{
  position: absolute;
  content: '';
  left: 50%;
  width: 1936px;
  margin-left: -966px;
  height: 475px;
  background: url(../img/b2-1.png) center center no-repeat;
  top: -200px;
  display: none;
}
.row_in_table:hover:before{
  display: block;
}
*/
.row_in_table .cell_in_table{
  float: left;
  width: 200px;
  height: 60px;
  border: 1px solid #e5e9ea;
  border-bottom: none;
  border-right:none;
}
.row_in_table .cell_in_table:nth-child(1){
  width: 335px;
  border-right: none;
}
.row_in_table:nth-child(1) .cell_in_table:nth-child(1){
  border: 1px solid transparent;
}
.row_in_table:nth-child(5) .cell_in_table{
  border-bottom: 1px solid #e5e9ea;
}
.row_in_table .cell_in_table:nth-child(5){
  border-right: 1px solid #e5e9ea;
}
.row_in_table:nth-child(3) p,
.row_in_table:nth-child(3) span{color: #fff;}
.row_in_table p,
.row_in_table span{
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
.row_in_table span{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.row_in_table p b{
  text-transform: uppercase;
  font-weight: bold;
}
.row_in_table .check_item{
  background: url(../img/check-blue.png) center left 15px no-repeat;
  height: 60px;
}
.row_in_table:nth-child(3) .check_item{
  background: url(../img/check.png) center left 15px no-repeat;
  height: 60px;
}

.steps{
  background: url(../img/bg_3.jpg) center center no-repeat;
  padding-bottom: 80px;
}
.steps h2{
  color: #fff;
  margin-bottom: 60px;
}
.steps a.btn_all{
  width: 220px;

  margin-left: 40px;
}
.steps .types{
  width: 49%;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 20px;
  padding-bottom: 40px;
}
.steps .types.ml{
  margin-left: 2%;
}
.steps h3{
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.steps .step1,
.steps .step2{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  margin-top: 20px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.steps .step1:before{
  position: absolute;
  content: '';
  background: url(../img/b3-1.png) center center no-repeat;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  bottom: -10px;
}
.steps .step2:before{
  position: absolute;
  content: '';
  background: url(../img/b3-1.png) center center no-repeat;
  width: 42px;
  height: 42px;
  left: 30px;
  bottom: -10px;
}
.steps .step2:after{
  position: absolute;
  content: '';
  background: url(../img/b3-1.png) center center no-repeat;
  width: 42px;
  height: 42px;
  left: 50%;
  margin-left: 38px;
  bottom: -10px;
}
.steps ul{
  padding: 40px;
  padding-left: 80px;
  position: relative;
  padding-bottom: 0px;
}
.steps ul:before{
  width: 2px;
  height: 350px;
  background: #f0f2f5;
  position: absolute;
  content: '';
  top: 60px;
  left: 50px;
}
.steps ul li{
  margin-bottom: 30px;
  position: relative;
}
.steps ul li:before{
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: rgb(53, 160, 205);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  content: '';
  left: -37px;
  top: 50%;
  margin-top: -10px;
}
.cost{
  padding-bottom: 80px;
}
.cost ul.tar{
  text-align: center;
  margin-top: 35px;
}
.cost ul.tar li{
  display: inline;
  display: inline-block;
  zoom: 1;
  width: 30%;
  margin-left: 4.5%;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.cost ul.tar li:before{
  position: absolute;
  content: '';
  background-color: rgb(248, 76, 36);
  height: 33px;
  line-height: 37px;
  width: auto;
  left: 10px;
  top: 20px;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;

}
.cost ul.tar li:nth-child(1):before{display: none;}
.cost ul.tar li:nth-child(2):before{content: '-10%';}
.cost ul.tar li:nth-child(3):before{content: '-20%';}
.cost ul.tar li:nth-child(1){
  margin-left: 0;
}
.cost ul.tar li h3{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  padding: 25px 0;
}
.cost ul.tar li h3 span{
  color: #35a0cd;
  font-weight: bold;
}
.cost ul.tar li p{
  padding: 15px 0px;
  font-size: 10px;
  margin: 0 10px;
  border-top: 1px dotted #f6efe9;
  font-size: 16px;
}
.cost ul.tar li p span{
  font-size: 24px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.cost ul.tar li p span img{
  display: block;
  position: absolute;
  right: -20px;
  top: 0px;
}
.cost .calculator{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 51px 0px rgba(162, 166, 177, 0.3);
}
.cost .calculator{
  text-align: center;
  padding: 50px 0;
  margin-top: 50px;
}
.cost .calculator .input_item{
  display: inline;
  display: inline-block;
  margin: 0 5px;

}
.cost .calculator .input_item input[type=text],
.cost .calculator .input_item input[type=number]{
  border-color: rgb(235, 237, 240);
}
.cost .calculator .counter{
  position: relative;
}
.cost .calculator .counter button{
  right: 10px;
  top: 20px;
  width: 15px;
  height: 15px;
  display: block;
  border: none;
  padding: 0;
  background: transparent;
  position: absolute;
}
.cost .calculator .counter button.dec{
  top: 25px;
}
.cost .calculator .counter button.inc{
  top: 10px;
}
.cost .calculator .input_item p{
  font-weight: bold;
  text-align: left;
  text-transform: none;
  margin-bottom: 7px;
}
.cost .calculator input[type=submit]{
  width: 350px;
  max-width: 100%;
  background-image: url(../img/btn_calc.png);
  background-position: right 50px top 15px;
  background-repeat: no-repeat;
}
.cost .calculator h2{
  margin: 0;
  padding: 0;

}
.cost .calculator h4{
  font-size: 18px;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.have_project{
  background: url(../img/bg_5.jpg) center center no-repeat;
  padding-bottom: 80px;
}
.have_project h2{
  color: #fff;
  text-align: left;
  line-height: 1;
  margin-bottom: 25px;
}
.have_project h2 span{
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
}
.have_project form{
  width: 470px;
  max-width: 100%;
  float: right;
}
.have_project .agreement-wrap{
  margin-top: 10px;
  color: #fff;
}
.have_project form input[type=text], .have_project form  input[type=email]{
  margin-top: 10px;
}
.have_project form input[type=submit]{
  margin-left: 0;
  margin-top: 25px;
}
.have_project .container{
  position: relative;
}
.have_project .container img.list{
  position: absolute;
  left: -180px;
  top: 30px;
}
.done_works{
  padding-bottom: 89px;
}
.done_works h2{
  position: relative;
  z-index: 3;
}
.done_works a{
  position: relative;
  overflow: hidden;
  width: 205px;
  height: 205px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 10px;
  float: left;
}
.done_works a img{
  width: auto;
  max-width: 100%;
  height: auto;
}
.done_works a:after{
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  background-image: url(../img/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.done_works a:hover:after{
  display: block;
}
.done_works .tabs{
  text-align: center;
}
.done_works .tabs .tab{
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 30px;
  margin: 50px 5px 20px 5px;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px dashed #35a0cd;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.done_works .tabs .tab:hover,
.done_works .tabs .tab.active{
  background: #35a0cd;
  border: 1px solid #35a0cd;
  color: #fff;
}
.done_works .tabs .tab:after{
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  width: 17px;
  height: 10px;
  background: url(../img/polygon.png) center center no-repeat;
  display: none;
}
.done_works .tabs .tab.active:after{
  display: block;
}
.done_works .tab_content{
  display: none;
}
.done_works .tab_content.active{
  display: block;
}
.test_sks{
  background: url(../img/bg_7.jpg) center center no-repeat;
}
.test_sks h2,
.test_sks p{
  color: #fff;
}
.test_sks p{
  font-size: 18px;
}
.test_sks .left{
  float: left;
  margin-top: 30px;
}
.test_sks .right{
  float: right;
  margin-top: 100px;
}
.test_sks .left p{
  padding-left: 270px;
  padding-top: 280px;
}
.test_sks .left img{
  float: left;
  margin-left: 20px;
  position: relative;
  top: 30px;
}
.test_sks .right p{
  margin-top: 30px;
}
.benefits{
  padding-bottom: 80px;
}
.benefits ul{
  text-align: center;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.benefits ul li{
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 260px;
  height: 260px;
  background: url(../img/b8-bg.png) center center no-repeat;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.benefits ul li:hover{
  box-shadow: 0px 11px 51px 0px rgba(162, 166, 177, 1);
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.benefits ul li .img_block{
  display: table;
  height: 120px;
  width: 100%;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.benefits ul li .img_block img{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0;

}
.benefits ul li:hover .img_block img{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: -10px;
}

.benefits ul li .img_block .table-block{
  display: table-cell;
  height: 120px;
  width: 100%;
  vertical-align: middle;
}
\.Rounded_Rectangle_4 {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 375px;
  top: 3182px;
  width: 1170px;
  height: 331px;
  z-index: 202;
}

.benefits ul li p{
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}
.about{
  background: url(../img/bg_9.jpg) center center no-repeat;
  padding: 80px 0;
}
.about .right{
  float: right;
  width: 750px;
  max-width: 100%;
  position: relative;
}
.about .right img{
  position: absolute;
  top: -110px;
  right: 800px;
}
.about .right p{
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.about .right p b{
  font-weight: bold;
  font-size: 19px;
}
.use{
  padding-bottom: 80px;
}
.use .owl-carousel{
  text-align: center;
  margin-top: 40px;
}
.use .item{
  border-width: 1px;
  border-color: rgb(215, 218, 222);
  border-style: dashed;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  width: 99%;
  height: 118px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  margin: 1px;
}
.use .item .img_block{
  width: 99%;
  height: 118px;
  display: table;
}
.use .item .img_block .table-cell{
  width: 99%;
  height: 118px;
  display: table-cell;
  vertical-align: middle;
}
.use .item .img_block .table-cell img{
  display: block;
  margin: 0 auto;
}
.clients{
  background: url(../img/bg_11.jpg) center center no-repeat;
  padding-bottom: 80px;
}
.clients h2{
  color: #fff;
}
.clients ul{
  text-align: center;
}
.clients .item img{
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.clients .item{
  margin: 0 auto;
  /*margin-right: 30px;*/
  width: 260px;
  height: 260px;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
}

.clients .item .img_block{
  width: 260px;
  height: 260px;
  display: table;
}
.clients .item .img_block .table-cell{
  width: 260px;
  height: 260px;
  display: table-cell;
  vertical-align: middle;
}
.clients a.btn_all{
  margin-top: 40px;
  width: 230px;
}
.map img{
  max-width: 100%;
}
.sertificate{
  padding-bottom: 80px;
}
.sertificate ul{
  text-align: center;
  margin-top: 40px;
}
.sertificate ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.shema_sotr{
  background: url(../img/bg_13.jpg) center center no-repeat;
  padding-bottom: 80px;
}
.shema_sotr h2,
.shema_sotr p{
  color: #fff;
}
.shema_sotr p{
  font-size: 16px;
  margin-top: 30px;
}
.shema_sotr ul{
  text-align: center;
  position: relative;
}
.shema_sotr ul:before{
  position: absolute;
  top: 110px;
  content: '';
  left: 50%;
  background: url(../img/dotted.png)center center no-repeat;
  width: 1336px;
  height: 410px;
  margin-left: -668px;
}
.shema_sotr ul li{
  display: inline;
  display: inline-block;
  vertical-align: top;
  width: 259px;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  z-index: 20;
}
.shema_sotr ul li:nth-child(1){
  margin-left: 0;
}
.shema_sotr ul li:nth-child(4){
  margin-right: 0;
}
.shema_sotr ul li a.btn_all{
  width: 220px;
  margin-top: 15px;
}
.shema_sotr ul li a.btn_all.btn_all2{
  line-height: 1.2;
  padding-top: 13px;
}
.quest{
}
.quest .container{
  position: relative;
  padding-bottom: 165px;
}
.quest h2{
  text-align: left;
  margin-bottom: 35px;
}
.quest h2 span{
  font-weight: 400;
  text-transform: none;
}
.quest .container .man{

  bottom: 0;
  right: -145px;

  position: absolute;
}
.quest .left{
  float: left;
}
.quest .right{
  float: left;
}
.quest form{
  position: relative;
  z-index: 2;
}
.quest input{

  /*margin-top: 10px;*/
}
.quest input[type=text],   .quest  input[type=email]{
  width: 310px;

}
.quest textarea{
  width: 470px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-indent: 0;
}
.quest .agreement-wrap{
  margin-top: 10px;
}
.agreement-wrap .error{
  border-color: red;
}
.quest input[type=text],   .quest  input[type=email],
.quest textarea{
  margin-top: 10px;
  display: block;
  border-color: #ebedf0;
}
.quest input[type=submit]{
  width: 220px;
  margin-top: 0px;
  display: block;
  margin-left: 10px;
}
.contacts{
  padding-bottom: 60px;
  background: #f0f2f5;
}
.contacts h2{
  margin-top: 60px;
}
.contacts .items{
  margin-top: 25px;
}
.contacts .items .item{
  width: 360px;
  margin-right: 30px;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 80px;
  background: #fff;
  position: relative;
}
.contacts .items .item:nth-child(3){
  margin-right: 0;
}
.contacts .items .item p{
  padding-left: 70px;
  font-size: 16px;
  line-height: 1.3;
}
.contacts .items .item:before{
  width: 70px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
}
.contacts .items .item:nth-child(1):before{background: url(../img/call.png) center center no-repeat;}
.contacts .items .item:nth-child(2):before{background: url(../img/mess.png) center center no-repeat;}
.contacts .items .item:nth-child(3):before{background: url(../img/pin.png) center center no-repeat;}
.contacts .items .item .table-cell{
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
.contacts .center{
  text-align: center;
}
.contacts .right{
  text-align: right;
}
.contacts .right a{
  text-decoration: underline;
}
.contacts{
  font-size: 12px;
}
.contacts .col-md-3,
.contacts .col-md-6{
  margin-top: 25px;
}
.popup {
  padding: 30px;
  text-align: center;
  background-color: #fff;

  border-radius: 4px;
  color: white;
  width: 380px;
  max-width: 100%;

}
.popup h3 {
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.popup h4 {
  font-size: 24px;
  display: block;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
  }
.popup .form {
  width: 320px;
  max-width: 100%;
  display: inline-block; }
.popup input[type=text], .popup input[type=email]{
  width: 100%;
}

.popup input[type=text],
.popup input[type=submit], .popup input[type=email]{
  max-width: 100%;
  display: block;
  margin: 10px 0;
  border-color: #ededed;
}
.popup input[type=submit]{
  margin-top: 25px;
}
.popup .agreement-wrap{
  font-size: 12px;
  text-align: left;
}

.popup.tnx{
  background: #fff url(../img/tbx.png) bottom right no-repeat;
  width: 568px;
  padding-bottom: 180px;
  max-width: 100%;
}
.sertificate .owl-carousel{
  margin-top: 35px;
}
.use .owl-carousel img{
  width: auto !important;
  height: auto !important;
}
.sertificate .owl-carousel .owl-controls .owl-nav .owl-next,
.clients .owl-carousel .owl-controls .owl-nav .owl-next,
.use .owl-carousel .owl-controls .owl-nav .owl-next{
    padding: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    display: block;
    font-size: 0;
    background: url(../img/arr_right_blue.png) center center no-repeat;
    top: 50%;
    margin-top: -25px;
    right: -80px;
    position: absolute;
}
.sertificate .owl-carousel .owl-controls .owl-nav .owl-prev,
.clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.use .owl-carousel .owl-controls .owl-nav .owl-prev{
    padding: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    display: block;
    font-size: 0;
    background: url(../img/arr_left_blue.png) center center no-repeat;
    top: 50%;
    margin-top: -25px;
    left: -80px;
    position: absolute;
}
.clients .owl-carousel .owl-controls .owl-nav .owl-next {
  background: url(../img/arr_right.png) center center no-repeat;
}
.clients .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: url(../img/arr_left.png) center center no-repeat;
}
.menu {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  display: none;
}

.menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #35a0cd;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.open .menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 3px;
}
.open .menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.open .menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 32px;
  left: 3px;
}
.desktop .steps,
.desktop .have_project,
.desktop .test_sks,
.desktop .about,
.desktop .shema_sotr{
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
}
.item_show_on22{
  display: none;
  width: 100%;
  margin-top: 40px;
}
.show_on_33{
  display: none;
}
.plax{
  position: absolute;
}
.steps .container,
.cost .container,
.benefits .container,
.map .container{
  position: relative;
  z-index: 5;
}
.steps,
.benefits{
  overflow: hidden;
}
.steps,
.cost,
.benefits,
.sertificate{
  position: relative;
}
.steps .plax{
  bottom: -20px;
  right: -20px;
}
.cost .plax2{
  top: 500px;
  left: -250px;
}
.cost .plax3{
  bottom: -300px;
  right: -200px;
}
.benefits .plax4{
  top: -400px;
  right: -250px;
}
.sertificate .plax5{
  right: -100px;
  top: -400px;
}
.sertificate .plax6{
  left: -300px;
  top: 50px;
}
.cost .calculator .input_item p{
	color:black;
	font-size: 15px;
}

.spectr h2 {
    margin-top: 30px;
}
body .calculator  .jq-selectbox__select .jq-selectbox__select-text, .calculator input[type=text], .calculator textarea, .calculator input[type=number] {

    color: black;

    font-size: 15px;
}
.calculator select{
	border: 1px solid black;
}
.jq-selectbox.jqselect, .cost .calculator .input_item input[type=text], .cost .calculator .input_item input[name=over_price]{
	border: 1px solid rgb(53, 160, 205);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-family: 'Montserrat', sans-serif;

}
.jq-selectbox__select-text, .input_item input[type=text]{
	font-weight: 500;
}
 .cost .calculator .input_item input[name=over_price]{
	 border: 2px solid rgb(53, 160, 205);
 }
.cost ul.tar li{
	min-width: 220px;
}
.calculator_btn_box {
	  text-align:center;
  }
  .calculator_btn_box_btn{
	  display:inline-block;
	  padding-right:30px;
  }
  /*.done_works .tabs .tab.active:after{
	  display:none;
  }
  .done_works .tabs{
	  width: 755px;
    margin: auto;
    text-align: center;
  }
  .done_works .tabs .tab4,.done_works .tabs .tab3{
	  margin-top:0;
  }*/
  .done_works .tabs .tab{
	  min-height: 86px;
	  vertical-align: top;
  }
  .calculator  a.btn_all {
	  width: 350px;
  }
  .input_item input[name=over_price]{
	 font-weight: 700;
 }
 .about h2, .about h3, .about div, .about h4{
	 color: white;
 }
 .about h2{
	margin-top: 30px;
	margin-bottom: 20px;
}
.about h3{
	font-size: 28px;
	text-align: center;
	margin: 20px;
	font-weight: bold
}
.about h4{
	text-align: center;
	font-size: 20px;
	margin: 15px;
	font-weight: bold
}
.about{
	padding-top: 50px;
}
@media (max-width: 1199px){
  .menu {
    display: block;
  }
  .all_tabl:after{
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -35px;
    content: '';
    background: url(../img/swipe.png) center center no-repeat;
    width: 70px;
    height: 50px;
    -webkit-animation: dude 2.75s infinite linear;
    -moz-animation: dude 2.75s infinite linear;
    -o-animation: dude 2.75s infinite linear;
    animation: dude 2.75s infinite linear;
  }
  .desktop .all_tabl:after{
    display: none;
  }
  header .col-md-2 , header .col-md-6, header .col-md-4{
    padding-left: 0;
  }
  header .col-md-6, header .col-md-4{
    clear: both;
  }
  header ul{
    text-align: left;
    display: none;
  }
  .right_elements{
    display: none;
  }
  header ul li{
    display: block;
    margin-left: 0;
  }
  header .flr{
    float: none;
    margin-top: 15px;
  }
  header .phone{
    margin-left: 36px;
  }
  .table{
    overflow-y: hidden;
    width: auto;
  }
  .row_in_table{
    width: 1170px;
  }
  .steps,
  .have_project,
  .test_sks,
  .about,
  .shema_sotr{
    -webkit-background-size: cover;
    background-size: cover;
  }
  .steps .step1 p, .steps .step2 p{
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps .types,
  .item_show_on1{
    width: 100%;
  }
  .item_show_on2{
    display: none;
  }
  .item_show_on22,
  .show_on_33{
    display: block;
  }
  .steps .types.ml{
    margin-left: 0px;
  }
  .steps .step2:after{
    display: none;
  }
  .steps .step2:before{
    left: 45px;
  }
  input[type=text], textarea{
    width: 270px;
  }
  .shema_sotr ul:before{
    display: none;
  }
  .shema_sotr ul li{
    width: 188px;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .have_project .container img.list {
    position: absolute;
    left: -180px;
    top: 40px;
    width: 600px;
}
  .done_works .tabs .tab {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }
  .test_sks{
    padding-bottom: 80px;
  }
  .benefits ul li{
    width: 210px;
  }
  .benefits ul li p{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .use .owl-carousel,
  .clients .owl-carousel,
  .sertificate .owl-carousel{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .quest .container .man{
    display: none;
  }
  .contacts .items .item p{
    font-size: 12px;
  }
  .contacts .items .item{
    width: 293px;
  }
}
@media (max-width: 992px){
  .cost .calculator .input_item {
    display: inline;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .menu{
    top: 13px;
  }
  .cost ul li{
    margin-left: 2.5%;
  }
  .have_project .container img.list {
    position: absolute;
    left: -180px;
    top: 120px;
    width: 410px;
  }
  .contacts{
    text-align: left;
  }
  .contacts .items .item{
    width: 33%;
    margin-right: 0;
    background: transparent;
  }
  .contacts .items .item:before{
    left: -25px;
  }
  .contacts .items .item p{
    padding-left: 35px;
  }
  .contacts .col-md-3, .contacts .col-md-6{
    width: 100%;
    text-align: left;
  }
  .sertificate .owl-carousel .owl-controls .owl-nav .owl-next,
  .clients .owl-carousel .owl-controls .owl-nav .owl-next,
  .use .owl-carousel .owl-controls .owl-nav .owl-next{
    right: -12%;
  }
  .sertificate .owl-carousel .owl-controls .owl-nav .owl-prev,
  .clients .owl-carousel .owl-controls .owl-nav .owl-prev,
  .use .owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -12%;
  }

}


@media (max-width: 767px){
  .done_works .tab_content{
    text-align: center;
  }
  .done_works a{
    float: none;
    display: inline-block;
  }
  .done_works .tabs{
    margin-bottom: 30px;
  }
  .done_works .tabs .tab{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .benefits ul li{
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .benefits ul li{
    -webkit-background-size: cover;
    background-size: cover;
  }
  .cost ul li{
    width: auto;
    margin: 0;
    margin-top: 30px;
  }
  .have_project .container img.list{
    display: none;
  }
  .first h1{
    font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  .first ul li p{
    padding-left: 40px;
    font-size: 14px;
  }
  .first ul li p:before{
    width: 33px;
  }
  .have_project h2 span{
    font-size: 18px;
  }
  .test_sks .left p{
    padding-left: 0;
    padding-top: 570px;
  }
  .contacts .items .item,
  .contacts .items .item .table-cell{
    width: 100%;
    height: 40px;
  }
  .quest .left,
  .quest .right{
    float: none;
  }
}

@media (max-width: 735px){
	.calculator_btn_box_btn{
		display:block;
		padding:0;
	}
	.cost .plax2{
		display:none;
	}
}

@media (max-width: 480px){

  .clients .owl-carousel .owl-controls .owl-nav .owl-next,
  .use .owl-carousel .owl-controls .owl-nav .owl-next{
    display: none !important;
  }

  .clients .owl-carousel .owl-controls .owl-nav .owl-prev,
  .use .owl-carousel .owl-controls .owl-nav .owl-prev{
    display: none !important;
  }
  .sertificate .owl-carousel .owl-controls .owl-nav .owl-prev,.sertificate .owl-carousel .owl-controls .owl-nav .owl-next{
	  display: block;
  }


  .sertificate .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.sertificate .owl-carousel .owl-controls .owl-nav .owl-next{
	right: 0;
}

  /*new 12.10.2020*/
  .done_works a {
    /* float: none; */
    display: flex;
    width: auto;
    height: auto;
  }
  .done_works a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* end */

  .first h1{
    font-size: 22px;
  }
  .steps a.btn_all{
    margin-left: auto;
  }
  .cost .calculator .input_item{
    width: 270px;
  }
  h2{
    font-size: 20px;
  }
  .have_project h2 span{
    font-size: 16px;
  }
  .benefits ul li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .use .owl-carousel,
  .clients .owl-carousel,
  .sertificate .owl-carousel{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .shema_sotr p{
    margin-top: 10px;
  }
  .shema_sotr ul li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .quest input[type=text], .quest textarea{
    width: 100%;
    margin-left: 0;
  }
  .quest input[type=submit]{
    margin-left: 0;
  }

   body .jq-selectbox__select {
		width: 269px!important;
  }
  .cost .calculator input[type=submit], .calculator  a.btn_all {
    width: 300px;
  }
  .calculator_btn_box {

  }
  .fancybox-next{
	  right: 0;
  }
  .fancybox-prev{
  left: 0;

  }
  .fancybox-close{
	  background: url(../img/close_fancy.png) center center no-repeat;
  }
}

@-webkit-keyframes dude {
   0% {
     left: 45%;
   }
   50%{
    left: 55%;
   }
   100% {
     left: 45%;
   }
 }
 @-moz-keyframes dude {
   0% {
     left: 45%;
   }
   50%{
    left: 55%;
   }
   100% {
     left: 45%;
   }
 }
 @-o-keyframes dude {
   0% {
     left: 45%;
   }
   50%{
    left: 55%;
   }
   100% {
     left: 45%;
   }
 }
 @keyframes dude {
   0% {
     left: 45%;
   }
   50%{
    left: 55%;
   }
   100% {
     left: 45%;
   }
 }